home *** CD-ROM | disk | FTP | other *** search
- #ifndef __PROCESSINFO__
- #define __PROCESSINFO__
-
- #ifndef __PROCESSES__
- #include <Processes.h>
- #endif
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- pascal OSErr InBackground(Boolean *inBackground);
- pascal OSType GetSignature(void);
- pascal OSErr GetProcessName(Str31 aName);
- pascal OSErr FindFinder(ProcessSerialNumberPtr aPSN);
- pascal OSErr BringFinderToFront(void);
-
- #endif